.MuiLink-underlineHover .MuiCardMedia-root {
    display: block;

}

#wishlist-hero-add-notification .MuiCardContent-root div {
    display: block;
}


.wishlisthero-floating:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.wishlisthero-floating button {
    font-size: 20px !important;
    width: 40px !important;
    padding: 0.125em 0 0 !important;
}

.MuiTypography-body2,
.MuiTypography-body1,
.MuiTypography-caption,
.MuiTypography-button,
.MuiTypography-h1,
.MuiTypography-h2,
.MuiTypography-h3,
.MuiTypography-h4,
.MuiTypography-h5,
.MuiTypography-h6,
.MuiTypography-subtitle1,
.MuiTypography-subtitle2,
.MuiTypography-overline,
.MuiButton-root {
    font-family: inherit !important;
    /*Roboto, Helvetica, Arial, sans-serif;*/
}

/* .MuiTypography-h1 , .MuiTypography-h2 , .MuiTypography-h3 , .MuiTypography-h4 , .MuiTypography-h5 , .MuiTypography-h6 , .MuiButton-root, .MuiCardHeader-title a{
 font-family: {{ settings.type_header_family.family }}, {{ settings.type_header_family.fallback_families }} !important;
} */

/****************************************************************************************/
/* For some theme shared view need some spacing */
/*
#wishlist-hero-shared-list-view {
margin-top: 15px;
margin-bottom: 15px;
}
#wishlist-hero-shared-list-view h1 {
padding-left: 5px;
}

*/
#wishlisthero-product-page-button-container {
    margin-top: -10px;
}

.wishlist-hero-product-app-block.wlh-clear-margins #wishlisthero-product-page-button-container {
    margin-top: inherit;
}

/****************************************************************************************/
/* #wishlisthero-product-page-button-container button {
padding-left: 1px !important;
} */

button svg:not(.feather):not(.cc-select__icon):not(.icon--full-color) {
    fill: currentColor
}

/****************************************************************************************/
/* Customize the indicator when wishlist has items AND the normal indicator not working */
.site-header__icon span.wishlist-hero-items-count {
    position: absolute;


    width: 1.7rem;
    height: 1.7rem;
}

span.wishlist-hero-items-count.wishlist-hero-items-count-exists {
    top: -5px;
    right: -7px;
}

.wishlist-hero-header-icon i.wlh-Icon {
    padding-bottom: inherit !important;
}

.wishlisthero-product-page-button-container button {
    width: 100%;
    padding: 15px 25px !important;
    height: auto !important;
}

@media screen and (max-width: 749px) {
    span.wishlist-hero-items-count.wishlist-hero-items-count-exists {
        right: 3px;
        top: 6px;
    }

    a.wishlist-hero-header-icon {
        margin-right: 0px !important;
    }

    .wishlisthero-product-page-button-container button {
        padding: 10px 15px !important;
    }
}

svg.wlh-svg-Icon path {
    fill: currentColor;
    /* stroke: white;
    stroke-width: 0.5px; */
}